﻿CHARACTERS = {
	c:NEJ = {
		create_character = {
			# Faisal bin Turki bin Abdullah Al Saud
			#role = politician # Remove this line
			first_name = "Faisal"
			last_name = "al_Saud"
			ruler = yes
			age = 51
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}	

		create_character = {
			# Saud bin Faisal bin Turki
			#role = politician # Remove this line
			first_name = "Saud"
			last_name = "al_Saud"
			heir = yes
			age = 5 # I acutally don't know when he was born, but he died in 1875 and he was older than a brother who was born in 1845.
			interest_group = ig_devout
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}
	}
}
